home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0688 / help.ht_ / help.ht
Encoding:
Text File  |  1997-03-14  |  15.6 KB  |  411 lines

  1. <HTML>
  2. <HEAD>
  3. <TITLE>Help window</TITLE>
  4. </HEAD>
  5. <BODY BACKGROUND="backgr.gif">
  6. <P><TABLE WIDTH=100% BGCOLOR=C0C0C0 BORDERCOLOR=C0C0C0 BORDER=0  CELLSPACING=0 CELLPADDING=9>
  7. <TR><TD VALIGN=TOP ROWSPAN=2>
  8. <FONT SIZE=5 FACE="Arial" COLOR=#800080>Bersoft <B><A NAME="main">HMView 1.0</A></B></FONT><FONT SIZE=4 FACE="Arial">
  9. <P>Off-line HTML Viewer</FONT>
  10. </TD>
  11. <TH BGCOLOR=000000><FONT SIZE=4 COLOR=FFFFFF>Contents</TH><TR>
  12. <TD BGCOLOR=FFFFFF><A HREF="#What">What is HMView?</A><P>
  13. <A HREF="#Steps">First steps</A><P>
  14. <A HREF="#HTML">HTML directives</A><P>
  15. <A HREF="#Registration">Registering the shareware version</A><P>
  16. <A HREF="#Distribution">Distribution requirements and agreements</A><P>
  17. <A HREF="#Tech">Technical support and customization</A><CENTER></CENTER>
  18. </FONT></TD></TR>
  19. </TABLE>
  20.  
  21.  
  22. <FONT COLOR=#800000><H2><A NAME="What">What is HMView?</A></H2></FONT>
  23. HMView is a full off-line HTML document viewer. It is very useful
  24. for authors of HTML documents who wish to distribute their pages
  25. on diskette or any other off-line medium, and likewise for CD-ROM
  26. publishers and publishing houses who require distributing information
  27. in digital format.
  28. <P>
  29. This software is designed for distributing electronic documents
  30. under Windows environment using the HTML (Hypertext Markup Language)
  31. format employed in Internet.
  32. <P>
  33. The documents written in this format can be distributed either
  34. on diskette or compact disk using <B>HMView 1.0</B> or through
  35. <B>Internet</B> on the <B>World Wide Web</B>.
  36. <P>
  37. To create these you can employ any of the many shareware and freeware
  38. HTML editors available on the market, or one of the existing
  39. templates for Word for Windows, which allows exporting text in
  40. HTML format. This hypertext viewer supports the HTML 3.0 specification.
  41. It is not prepared for communications through Internet but for
  42. off-line document browsing.
  43. <P>
  44. This program is distributed under the shareware standard and its
  45. only limitation is the appearance every 4 minutes, and for 30
  46. seconds, of the registration window. This interrupts the viewing
  47. of the HTML document being displayed at the moment (<A HREF="#Registration">Registering the shareware version</A>).
  48. <P>
  49. The size of HMView is very small (about 700K, including ILIB31HT.DLL)
  50. and only requires a PC with Windows 3.x or Windows 95 to run.
  51. <P>
  52. <B>HMView</B> allows you to open <B>big HTML files</B> (try it!).
  53. <P>
  54. The registered user can distribute HMView (royalties free!) together with your
  55. HTML pages using just one single diskette.
  56. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  57.  
  58.  
  59. <HR>
  60. <FONT COLOR=#800000><H2><A NAME="Steps">First steps</A></H2></FONT>
  61. <UL>
  62. <LI>In the <B>HMView</B> directory is a HTML file with useful
  63. examples you can use as a starting point to create your first
  64. pages. Use the File/Open command for viewing, its name is EXAMPLES.HTM.
  65. <LI>You can customize the HMView Help by incorporating a file with the name "HELP.HTM", which
  66. will open in place of this help page (this option is only available
  67. with <B>HMView</B> registered version).
  68. <LI>All hypertext links must be relative because you can never
  69. know from which letter of the unit the program will be executed.<br>
  70. i.e., "C:\midirec\page 1.htm" has only one absolute
  71. address, and it will not work if the directory is located in any
  72. other unit other than C:. On the other hand "midirec\page
  73. 1.htm" or "page 1.htm" are relative addresses,
  74. that can work from any disk unit.
  75. <LI>You can also use links to open programs. Just make the link
  76. target the name of the program (adding any parameters, such as
  77. the name of the file, for example). Example <A HREF="notepad.exe
  78. readme.txt">Open the file readme with the Windows Notepad
  79. </A>.
  80. <LI>The program is bilingual, this version supports English and
  81. Spanish (the language is set through the <B>Edit/Settings Panel</B>
  82. command).
  83. <LI>You can specify one page for it to open automatically on start
  84. up. Use the <B>Edit/Settings Panel</B> command to do so.<BR>
  85. <B>IMPORTANT</B>: The Start Page must be in the same directory
  86. as <B>HMView</B>.
  87. <LI>To avoid users changing the specified Start Page you must
  88. add the SETTING OFF option to the BERSOFT.INI file (you can edit
  89. it using the Windows Notepad or any other ASCII editor):<BR>
  90. <pre>      [SETTINGS]
  91.       OFF</pre>
  92. This option controls the viewing of the <B>Settings Panel</B>
  93. in the <B>Edit</B> menu. When this command is not available the
  94. user can not modify the specified Start Page or selected language
  95. of <B>HMView</B>.<BR>
  96. The SETTINGS option is ON by default.
  97. <LI>Another option that can be added manually to the BERSOFT.INI
  98. file is:<br>
  99. <pre>      [EDIT_DOCU]</pre>
  100. This option controls the viewing of the <B>Edit This Page</B>
  101. command in the <B>Edit</B> menu. The options are either ON or
  102. OFF.
  103. </UL>
  104. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  105.  
  106.  
  107. <HR>
  108. <FONT COLOR=#800000><H2><A NAME="HTML">HTML directives</A></H2></FONT>
  109. HMView supports the HTML 3.0 specification. Below you can observe
  110. a detailed list of all directives that can be used.
  111. <UL>
  112.     <LI><A HREF="#Document">Document Tags</A></H4>
  113.     <LI><A HREF="#Physical">Physical Phrase Markup Tags</A></H4>
  114.     <LI><A HREF="#Logical">Logical Phrase Markup Tags</A></H4>
  115.     <LI><A HREF="#Block">Block Tags</A></H4>
  116.     <LI><A HREF="#Lists">Lists</A></H4>
  117.     <LI><A HREF="#Description">Description List</A></H4>
  118.     <LI><A HREF="#Tables">Tables</A></H4>
  119.     <LI><A HREF="#Forms">Forms</A></H4>
  120.     <LI><A HREF="#Character">Character Level Elements</A></H4>
  121.     <LI><A HREF="#Anchors">Anchors</A></H4>
  122.     <LI><A HREF="#Maps">Client Side Image Maps</A></H4>
  123.     <LI><A HREF="#Miscellaneous">Miscellaneous</A></H4>
  124. </UL>
  125.  
  126.     <hr><h4><A NAME="Document">Document Tags</h4>
  127.  
  128. <pre><HTML>...</HTML>
  129. <HEAD>...</HEAD>
  130. <BASE>...</BASE>
  131.    HREF=base
  132. <TITLE>...</TITLE>
  133. <BODY>...</BODY>
  134.    BACKGROUND=bitmap
  135.    TEXT=<a HREF="#Colors">color</a>
  136.    BGCOLOR=<a HREF="#Colors">color</a>
  137.    LINK=<a HREF="#Colors">color</a></pre>
  138.  
  139.         <HR><H4><A NAME="Physical">Physical Phrase Markup Tags</A></h4>
  140.  
  141. <pre><B>...</B>
  142. <I>...</I>
  143. <U>...</U>
  144. <TT>...</TT>
  145. <FONT>...</FONT>
  146.    SIZE=n  (n=1..7) or SIZE=+-n (incremental change)
  147.    COLOR=<a HREF="#Colors">color</a>
  148.    FACE=facename
  149. <SUB>...</SUB>
  150. <SUP>...</SUP>
  151. <BIG>...</BIG>
  152. <SMALL>...</SMALL>
  153. </pre>
  154.  
  155.         <HR><H4><A NAME="Logical">Logical Phrase Markup Tags</A></H4>
  156.  
  157. <pre><EM>...</EM>
  158. <STRONG>...</STRONG>
  159. <CITE>...</CITE>
  160. <VAR>...</VAR>
  161. <CODE>...</CODE>
  162. <KBD>...</KBD>
  163. <SAMP>...</SAMP></pre>
  164.  
  165.         <HR><H4><A NAME="Block">Block Tags</A></H4>
  166. <pre><P>...(</P>)
  167.     ALIGN=left|center|right
  168. <ADDRESS>...</ADDRESS>
  169. <BLOCKQUOTE>...</BLOCKQUOTE>
  170. <PRE>...</PRE>
  171. <CENTER>...</CENTER></pre>
  172.  
  173.         <HR><H4><A NAME="Lists">Lists</A></H4>
  174. <pre><OL>...</OL>
  175.    START=value
  176. <UL>...</UL>
  177.    <FONT COLOR=BLACK>PLAIN</FONT>
  178. <DIR>...</DIR>
  179. <MENU>...</MENU>
  180.   <LI>...(</LI>)</pre>
  181.  
  182.         <HR><H4><A NAME="Description">Description List</A></H4>
  183. <pre><DL>...</DL>
  184.   <DD>...</DD>
  185.   <DT>...</DT></pre>
  186.  
  187.         <HR><H4><A NAME="Tables">Tables</A></H4>
  188. <pre><TABLE>...<TABLE>
  189.    BORDER or BORDER=0
  190.    ALIGN=left|center|right
  191.    CELLSPACING=value
  192.    CELLPADDING=value
  193.    WIDTH=<FONT COLOR=BLACK>n|</FONT>n%
  194.    <FONT COLOR=BLACK>BGCOLOR=<a HREF="#Colors">color</a>
  195.    BORDERCOLOR=<a HREF="#Colors">color</a></FONT>
  196. <CAPTION>...</CAPTION>
  197.    ALIGN=top|bottom
  198. <TR>...</TR>
  199.    VALIGN=top|center|bottom
  200.    ALIGN=left|center|right
  201. <TH>...</TH>, <TD>...</TD>
  202.    ROWSPAN=n
  203.    COLSPAN=n
  204.    WIDTH=<FONT COLOR=BLACK>n|</FONT>n%
  205.    VALIGN=top|center|bottom
  206.    ALIGN=left|center|right
  207.    BGCOLOR=<a HREF="#Colors">color</a></pre>
  208.  
  209.          <HR><H4><A NAME="Forms">Forms</A></H4>
  210. <pre><FORM>...</FORM>
  211.    METHOD=post|get
  212.    ACTION=url
  213. <INPUT>...</INPUT>
  214.    TYPE=text|password|submit|reset|radio|checkbox|hidden|
  215.    NAME=string
  216.    VALUE=string
  217.    SIZE=chars       (text, password)
  218.    MAXLENGTH=chars  (text, password)
  219.    CHECKED          (radio, checkbox)
  220. <SELECT>...</SELECT>
  221.    NAME=string
  222.    MULTIPLE
  223.    SIZE=lines
  224.    <OPTION>...(</OPTION>)
  225.       SELECTED
  226.       VALUE=string
  227. <TEXTAREA>...</TEXTAREA>
  228.    NAME=string
  229.    ROWS=n
  230.    COLS=n
  231. <OPTION>...</OPTION></pre>
  232. <I>When you submit the form, this will be printed.</I>
  233.  
  234. <HR><H4><A NAME="Character">Character Level Elements</A></H4>
  235. <pre><BR>
  236.    CLEAR=left|right
  237. <IMG>
  238.    SRC=image
  239.    ALT=string
  240.    ALIGN=top|middle|bottom|left|right
  241.    BORDER=0
  242.    <FONT COLOR=BLACK>WIDTH=n
  243.    HEIGHT=n</FONT>
  244.    TRANSP   (non-standard, Lower Left pixel defines transparent color
  245.    IMAGEMAP
  246.    <FONT COLOR=BLACK>USEMAP=url</FONT> (local URL only)
  247.    </pre>
  248.  
  249.          <HR><H4><A NAME="Anchors">Anchors</A></H4>
  250. <pre><A>...</A>
  251.    HREF=url
  252.    NAME=string </pre>
  253.  
  254.          <HR><H4><A NAME="Maps">Client Side Image Maps</A></H4>
  255. <pre><FONT COLOR=BLACK><MAP>...</MAP>
  256.    NAME=string
  257. <AREA>...</AREA>
  258.    SHAPE=RECT|CIRC|CIRCLE|POLY|POLYGON
  259.    COORDS="n1, n2, ...., nn"
  260.    HREF=url
  261.    NOHREF
  262. </FONT></pre>
  263.  
  264.          <HR><H4><A NAME="Miscellaneous">Miscellaneous</A></H4>
  265. <pre><Hn>...</Hn>   n = 1..6
  266.    ALIGN=left|center|right
  267. <HR>
  268.    <FONT COLOR=BLACK>SIZE=n
  269.    WIDTH=n|n%</FONT>
  270. <BASEFONT>
  271.    SIZE=n  (n=1..7) or SIZE=+-n (incremental change)
  272. </pre>
  273.          <HR><H4><A NAME="colors">Color Syntax</A></H4>
  274. Color information may consist of a hexadecimal red, green, and blue value such as
  275. FF8000 or be one of the following identifiers:
  276. <pre>
  277.    Black, Maroon, Green, Olive, Navy, BLACK, Teal, Gray,
  278.    Silver, Red, Lime, Yellow, Blue, Fuchsia, Aqua, White
  279. </pre>
  280. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  281.  
  282.  
  283. <HR>
  284. <FONT COLOR=#800000><H2><A NAME="Registration">Registering the shareware version</A></H2></FONT>
  285. You can register or request information about <B>HMView</B> by:
  286. <p>
  287. <table align=center CELLSPACING=9>
  288. <tr><td valign=top>
  289. <B>WWW</B></td>
  290. <td><FONT COLOR=#400080 size=4>http://www.bersoft.com</FONT>
  291. <br>[fast registration]
  292.  
  293. </td></tr><tr><td valign=top>
  294. <B>E-mail</B></td><td><FONT COLOR=#400080 size=4>info@bersoft.com.</FONT>
  295. <br>On receipt of your order we shall send you by E-mail a phone number
  296. and an address in USA, so you can register by phone, E-mail, mail
  297. or fax using your international credit card (MasterCard, Visa,
  298. American Express, or Discovery).
  299. </td></tr>
  300. </table>
  301. <P>
  302. The registration fee is <B>$79</B>.
  303.  
  304.  
  305. <P>
  306. On receipt of confirmation of payment I shall send you by E-mail
  307. the registration code that fully activates <B>HMView's</B> operability.
  308. <P>
  309. The registration code will only be valid for the Name and Company
  310. Name specified in your order. These names will be visible on all
  311. copies of the registered version.
  312. <P>
  313. To make effective registration click on the <B>Help/Registration
  314. Form</B> command. On opening of the Registration Form, write your
  315. name, that of your company, and finally the registration code.
  316. This operation will register your copy of HMView.
  317. <FONT COLOR=#800000><H3>Advantages of registration</H3></FONT>
  318. <UL>
  319. <LI>The registration window will stop appearing every 4 minutes.
  320. <LI>Your name and that of your company will appear on the initial
  321. splash screen and the "About ..." dialogue box.
  322. <LI>You will be able to include a customized help file (HELP.HTM
  323. file) that will replace the standard <B>HMView</B> help.
  324. <LI>
  325. <LI>Unlimited technical support through E-mail.
  326. <LI>Unlimited permission to distribute your publications, together
  327. with HMView, without payment of royalty fees.
  328. </UL>
  329. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  330.  
  331.  
  332. <HR>
  333. <FONT COLOR=#800000><H2><A NAME="Distribution">Distribution requirements and agreements</A></H2></FONT>
  334. <FONT COLOR=#800000>Copyright ©1996 by Bersoft.</FONT> All rights not specifically
  335. granted in this documentation are reserved.
  336. <P>
  337. The unregistered shareware version of HMView may be freely distributed
  338. in any way, electronically via BBS, Internet or any other On-line
  339. Services, by means of diskettes or CD-ROM's, etc. It is strictly
  340. prohibited to alter the program and likewise to add or delete
  341. files.
  342. <P>
  343. Only registered users can distribute <B>HMView</B> with their
  344. publications.
  345. <P>
  346. If you wish to include a shareware version of HMView with a CD-ROM
  347. o distribute it in any other way make sure you have the latest
  348. version of our program by visiting our site at:
  349. <P>
  350. <CENTER><B>http://bersoft.com</B></CENTER>
  351. <P>
  352. This product and/or license is provided as is, without any representation
  353. or warranty of any kind, either express or implied, including
  354. without limitation any representations or endorsements regarding
  355. the use of, the results of, or performance of the product, its
  356. appropriateness, accuracy, reliability, or correctness. The entire
  357. risk as to the use of this product is assumed by the user and/or
  358. licensee. Bersoft do not assume liability for the use of this
  359. product beyond the original purchase price of the software. In
  360. no event will Bersoft be liable for additional direct or indirect
  361. damages including any loss of profits or other incidental or consequential
  362. damages arising from any defects, or the use or inability to use
  363. the software, even if Bersoft have been advised of the possibility
  364. of such damages. 
  365. <FONT COLOR=#800000><H3>File List</H3></FONT>
  366. <P>
  367. All files distributed with <B>HMView</B> shall be included in
  368. any distribution of the shareware version of the product.
  369. <P>
  370. The registered user shall only include two of these files with
  371. his publications:<P>
  372. <CENTER>
  373. <TABLE border=1 cellpadding=6>
  374. <TR><TD>HMVIEW.EXE</TD><TD>Located in the installation directory (generally C:\HMVIEW)
  375. </TD></TR>
  376. <TR><TD>ILIB31HT.DLL</TD><TD>Located in the SYSTEM subdirectory within the Windows directory.
  377. </TD></TR>
  378. </TABLE></CENTER>
  379. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  380.  
  381.  
  382. <HR>
  383. <FONT COLOR=#800000><H2><A NAME="Tech">Technical support and customization</A></H2></FONT>
  384. To receive technical support send an E-mail to:
  385. <P>
  386. <CENTER>
  387. <TABLE BGCOLOR=000000 CELLPADDING=3><TR><TD>
  388. <FONT SIZE=3 COLOR=FFFFFF FACE="Arial"><B>info@bersoft.com</B></FONT>
  389. </TD></TR></TABLE>
  390. </CENTER>
  391. <FONT COLOR=#800000><H3>Customization</H3></FONT>
  392. We offer our services for the customizing of the interface and
  393. functions of HMView to meet your specific requirements:
  394. <P>
  395. A few options:
  396. <UL>
  397. <LI>Encrypted and/or compressed files.
  398. <LI>Integration with other software.
  399. <LI>Customization of interface, icons and screen display.
  400. <LI>and whatever you may require ...
  401. </UL>
  402. <P><CENTER>
  403. <TABLE BGCOLOR=000000 CELLPADDING=9>
  404. <TR><TD><FONT SIZE=3 COLOR=FFFFFF FACE="Arial">E-mail</FONT></TD><TD><FONT SIZE=3 COLOR=FFFFFF FACE="Arial"><B>info@bersoft.com</B></FONT>
  405. </TD></TR>
  406. <TR><TD><FONT SIZE=3 COLOR=FFFFFF FACE="Arial">WWW</FONT></TD><TD><FONT SIZE=3 COLOR=FFFFFF FACE="Arial"><B>http://bersoft.com</B></FONT></TD></TR>
  407. </TABLE></CENTER>
  408. <H4><CENTER><A HREF="#main"><FONT FACE="Arial">Back to Contents</FONT></A></CENTER></H4>
  409. </BODY>
  410. </HTML>
  411.